home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / sound / dmpc211.zip / DMPC.FMT < prev    next >
Text File  |  1994-04-06  |  1KB  |  79 lines

  1. ;Each definition must have a FORMAT extension (eg. MOD) and a unique MASK
  2. ;ie. you can't have two MASK values both being M. If HeaderLen=0 (default) then
  3. ;the name of the format is used as a description of the file in DMPC
  4. ;(eg. Creative Voice File for VOC).  HeaderOfs also defaults to 0.  Be warned,
  5. ;if you change the MASK values in DMPC.FMT, remember to change DMPC.CFG to the
  6. ;same values.  You can define up to 30 different formats.
  7.  
  8. [Protracker]
  9. Format=MOD
  10. HeaderLen=20
  11. Mask=M
  12.  
  13. [ScreamTracker3]
  14. Format=S3M
  15. HeaderLen=20
  16. Mask=3
  17.  
  18. [Farandole]
  19. Format=FAR
  20. HeaderOfs=4
  21. HeaderLen=20
  22. Mask=F
  23.  
  24. [UltraTracker]
  25. Format=ULT
  26. HeaderOfs=15
  27. HeaderLen=20
  28. Mask=U
  29.  
  30. [MultiTracker]
  31. Format=MTM
  32. HeaderOfs=4
  33. HeaderLen=20
  34. Mask=T
  35.  
  36. [AMF - DMP format]
  37. Format=AMF
  38. HeaderOfs=4
  39. HeaderLen=20
  40. Mask=A
  41.  
  42. [ScreamTracker2]
  43. Format=STM
  44. HeaderLen=20
  45. Mask=S
  46.  
  47. [669]
  48. Format=669
  49. HeaderOfs=2
  50. HeaderLen=108
  51. Mask=6
  52.  
  53. [NoiseTracker]
  54. Format=NST
  55. HeaderLen=20
  56. Mask=N
  57.  
  58. [Protracker Studio 16]
  59. Format=PSM
  60. HeaderOfs=5
  61. HeaderLen=75
  62. Mask=P
  63.  
  64. [Windows Wave File]
  65. Format=WAV
  66. Mask=W
  67.  
  68. [Creative Voice File]
  69. Format=VOC
  70. Mask=V
  71.  
  72. [SoundTool]
  73. Format=SND
  74. Mask=D
  75.  
  76. [MIDI]
  77. Format=MID
  78. Mask=I
  79.